From: Alexandru Ardelean Date: Sun, 9 Nov 2025 16:03:08 +0000 (+0200) Subject: pymysql: bump to version 1.1.2 X-Git-Url: http://git.openwrt.org/%22https:/collectd.org//%22/%22https:/collectd.org/%22?a=commitdiff_plain;h=1c88e9fc8aeeb010e62e5a2ea1d18ffaad1edf98;p=feed%2Fpackages.git pymysql: bump to version 1.1.2 Also fixes error with wheel file name. Signed-off-by: Alexandru Ardelean --- diff --git a/lang/python/pymysql/Makefile b/lang/python/pymysql/Makefile index 025a97adce..e90c132410 100644 --- a/lang/python/pymysql/Makefile +++ b/lang/python/pymysql/Makefile @@ -8,11 +8,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=pymysql -PKG_VERSION:=1.1.0 -PKG_RELEASE:=2 +PKG_VERSION:=1.1.2 +PKG_RELEASE:=1 -PYPI_NAME:=PyMySQL -PKG_HASH:=4f13a7df8bf36a51e81dd9f3605fede45a4878fe02f9236349fd82a3f0612f96 +PYPI_NAME:=pymysql +PKG_HASH:=4961d3e165614ae65014e361811a724e2044ad3ea3739de9903ae7c21f539f03 PKG_MAINTAINER:=Alexandru Ardelean PKG_LICENSE:=MIT